ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ItemCollection<T> Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (ItemCollection<T>)
    In This Topic
    Gets a value indicating whether the ItemCollection<T> is read-only.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsReadOnly As Boolean
    public bool IsReadOnly {get;}

    Property Value

    A System.Boolean value. true if the ItemCollection<T> is read-only; otherwise, false.
    See Also